home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / Try me first.ra < prev    next >
Text File  |  1986-10-19  |  728b  |  46 lines

  1. |
  2. |   RA™
  3. |
  4. |    Program basics
  5. |
  6. |   © 1986 COM~LINK & S.Koren
  7. |
  8. #M;
  9. "Anything in quotes is printed.!"
  10. "An imbedded exclamation mark!"
  11. "forces a cr/lf.!!"
  12. "Anything between a | and a cr/lf!"
  13. "or another | is considered a !"
  14. "comment."
  15. "!!A program is terminated by a $.!"
  16. #A;
  17. "Any macro definitions must come!"
  18. "after the terminating $ and before!"
  19. "another $.!"
  20. "!RA is Reverse-Polish and stack-!"
  21. "oriented.!!"
  22. #A;
  23. "THE END."
  24. $
  25. &A  "Hit any key:" ?§ @ µ`
  26. |
  27. |  RA title routine
  28. |
  29. &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
  30.  
  31. &O
  32. 40 100 Ω
  33. "RA™"
  34. 60 45 Ω 
  35. "© 1986 COM~LINK & S.Koren" 
  36. 80 60 Ω
  37. "All rights reserved." `
  38.  
  39. &L
  40. 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
  41.  
  42. &N
  43. "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
  44.  
  45. &P ?§ @ `
  46. $